pub unsafe extern "C" fn wolfSSL_X509_set_serialNumber(
    x509: *mut WOLFSSL_X509,
    s: *mut WOLFSSL_ASN1_INTEGER
) -> c_int