pub unsafe extern "C" fn X509_keyid_set1(
    x509: *mut X509,
    id: *const c_uchar,
    len: ossl_ssize_t
) -> c_int