pub unsafe extern "C" fn SSL_generate_key_block(
    ssl: *const SSL,
    out: *mut u8,
    out_len: usize
) -> c_int