Function g_variant_new_fixed_array

Source
pub unsafe extern "C" fn g_variant_new_fixed_array(
    element_type: *const GVariantType,
    elements: gconstpointer,
    n_elements: gsize,
    element_size: gsize,
) -> *mut GVariant