Function mongocrypt_sys::mongocrypt_binary_len

source ยท
pub unsafe extern "C" fn mongocrypt_binary_len(
    binary: *const mongocrypt_binary_t,
) -> u32
Expand description

Get the length of the viewed data.

@param[in] binary The @ref mongocrypt_binary_t.

@returns The length of the viewed data.