pub unsafe extern "C" fn X509_VERIFY_PARAM_set1_ip(
    param: *mut X509_VERIFY_PARAM,
    ip: *const c_uchar,
    iplen: size_t
) -> c_int