pub unsafe extern "C" fn ASN1_INTEGER_set_uint64(
    out: *mut ASN1_INTEGER,
    v: u64
) -> c_int