pub unsafe extern "C" fn fz_encode_uri_component(
ctx: *mut fz_context,
s: *const c_char,
) -> *mut c_charExpand description
Return a new string representing the provided string encoded as an URI component.
This also encodes the special reserved characters (; / ? : @ & = + $ , #).