pub unsafe extern "C" fn g_variant_get_fixed_array(
    value: *mut GVariant,
    n_elements: *mut usize,
    element_size: usize
) -> *const c_void