Function g_closure_set_meta_marshal

pub unsafe extern "C" fn g_closure_set_meta_marshal(
    closure: *mut GClosure,
    marshal_data: *mut c_void,
    meta_marshal: Option<unsafe extern "C" fn(*mut GClosure, *mut GValue, u32, *const GValue, *mut c_void, *mut c_void)>,
)