pub unsafe extern "C" fn x509_crt_check_extended_key_usage(
    crt: *const x509_crt,
    usage_oid: *const c_char,
    usage_len: size_t
) -> c_int