pub unsafe extern "C" fn SSL_SESSION_set1_id(
    session: *mut SSL_SESSION,
    sid: *const u8,
    sid_len: usize
) -> c_int