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