cef_binary_value_create

Function cef_binary_value_create 

Source
pub unsafe extern "C" fn cef_binary_value_create(
    data: *const c_void,
    data_size: usize,
) -> *mut cef_binary_value_t
Expand description

Creates a new object that is not owned by any other object. The specified |data| will be copied.