Function g_closure_set_marshal

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