Function bssl_sys::CBB_init_fixed

source ·
pub unsafe extern "C" fn CBB_init_fixed(
    cbb: *mut CBB,
    buf: *mut u8,
    len: usize
) -> c_int