pub unsafe extern "C" fn wolfSSL_X509_STORE_add_cert(
    store: *mut WOLFSSL_X509_STORE,
    x509: *mut WOLFSSL_X509
) -> c_int