Function mongocrypt_sys::mongocrypt_binary_data
source ยท pub unsafe extern "C" fn mongocrypt_binary_data(
binary: *const mongocrypt_binary_t,
) -> *mut u8
Expand description
Get a pointer to the viewed data.
@param[in] binary The @ref mongocrypt_binary_t.
@returns A pointer to the viewed data.