Skip to main content

cef_base64_decode

Function cef_base64_decode 

Source
pub unsafe extern "C" fn cef_base64_decode(
    data: *const cef_string_t,
) -> *mut _cef_binary_value_t
Expand description

Decodes the base64 encoded string |data|. The returned value will be NULL if the decoding fails.