pub unsafe extern "C" fn cef_binary_value_create( data: *const c_void, data_size: usize, ) -> *mut cef_binary_value_t
Creates a new object that is not owned by any other object. The specified |data| will be copied.