pub unsafe extern "C" fn cef_base64_decode(
data: *const cef_string_t,
) -> *mut _cef_binary_value_tExpand description
Decodes the base64 encoded string |data|. The returned value will be NULL if the decoding fails.
pub unsafe extern "C" fn cef_base64_decode(
data: *const cef_string_t,
) -> *mut _cef_binary_value_tDecodes the base64 encoded string |data|. The returned value will be NULL if the decoding fails.