pub unsafe extern "C" fn g_variant_new_array(
    child_type: *const GVariantType,
    children: *mut *mut GVariant,
    n_children: gsize
) -> *mut GVariant