pub unsafe extern "C" fn SSL_SESSION_get0_peer_sha256(
    session: *const SSL_SESSION,
    out_ptr: *mut *const u8,
    out_len: *mut usize
)