Function SSL_export_keying_material_early

Source
pub unsafe extern "C" fn SSL_export_keying_material_early(
    s: *mut ssl_st,
    out: *mut u8,
    olen: usize,
    label: *const i8,
    llen: usize,
    context: *const u8,
    contextlen: usize,
) -> i32