#[no_mangle]
pub extern "C" fn rustls_slice_slice_bytes_len(
input: *const rustls_slice_slice_bytes<'_>,
) -> size_t
Expand description
Return the length of the outer slice. If the input pointer is NULL, returns 0.
#[no_mangle]
pub extern "C" fn rustls_slice_slice_bytes_len(
input: *const rustls_slice_slice_bytes<'_>,
) -> size_t
Return the length of the outer slice. If the input pointer is NULL, returns 0.