pub unsafe extern "C" fn cef_parse_url(
url: *const cef_string_t,
parts: *mut _cef_urlparts_t,
) -> c_intExpand description
Parse the specified |url| into its component parts. Returns false (0) if the URL is NULL or invalid.
pub unsafe extern "C" fn cef_parse_url(
url: *const cef_string_t,
parts: *mut _cef_urlparts_t,
) -> c_intParse the specified |url| into its component parts. Returns false (0) if the URL is NULL or invalid.