pub unsafe extern "C" fn esp_http_client_get_post_field(
    client: *mut esp_http_client,
    data: *mut *mut i8
) -> i32
Expand description

@brief Get current post field information

@param[in] client The client @param[out] data Point to post data pointer

@return Size of post data