pub unsafe extern "C" fn g_ucs4_to_utf8(
    str: *const u32,
    len: i64,
    items_read: *mut i64,
    items_written: *mut i64,
    error: *mut *mut GError
) -> *mut i8