Function g_closure_add_marshal_guards
pub unsafe extern "C" fn g_closure_add_marshal_guards(
closure: *mut GClosure,
pre_marshal_data: *mut c_void,
pre_marshal_notify: Option<unsafe extern "C" fn(*mut c_void, *mut GClosure)>,
post_marshal_data: *mut c_void,
post_marshal_notify: Option<unsafe extern "C" fn(*mut c_void, *mut GClosure)>,
)