pub unsafe extern "C" fn OPENSSL_sk_push(
    st: *mut OPENSSL_STACK,
    data: *const c_void
) -> c_int