Function php_printf_to_smart_string

Source
pub unsafe extern "C" fn php_printf_to_smart_string(
    buf: *mut smart_string,
    format: *const c_char,
    ap: va_list,
)