aws_lc_sys

Function BIO_write_ex

Source
pub unsafe extern "C" fn BIO_write_ex(
    bio: *mut BIO,
    data: *const c_void,
    data_len: usize,
    written_bytes: *mut usize,
) -> c_int