pub unsafe extern "C" fn ap_php_vslprintf(
    buf: *mut c_char,
    len: usize,
    format: *const c_char,
    ap: *mut __va_list_tag
) -> c_int