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