Function SSL_get_security_callback

Source
pub unsafe extern "C" fn SSL_get_security_callback(
    s: *const ssl_st,
) -> Option<unsafe extern "C" fn(*const ssl_st, *const ssl_ctx_st, i32, i32, i32, *mut c_void, *mut c_void) -> i32>