pub unsafe extern "C" fn OPENSSL_sk_pop_free(
    st: *mut OPENSSL_STACK,
    free: Option<unsafe extern "C" fn(_: *mut c_void)>
)