pub unsafe extern "C" fn mongocrypt_binary_len(
binary: *const mongocrypt_binary_t,
) -> u32Expand description
Get the length of the viewed data.
@param[in] binary The @ref mongocrypt_binary_t.
@returns The length of the viewed data.
pub unsafe extern "C" fn mongocrypt_binary_len(
binary: *const mongocrypt_binary_t,
) -> u32Get the length of the viewed data.
@param[in] binary The @ref mongocrypt_binary_t.
@returns The length of the viewed data.