pub unsafe extern "C" fn wolfSSL_sk_X509_push(
    sk: *mut WOLFSSL_STACK,
    x509: *mut WOLFSSL_X509
) -> c_int