pub unsafe extern "C" fn g_closure_invoke(
    closure: *mut GClosure,
    return_value: *mut GValue,
    n_param_values: u32,
    param_values: *const GValue,
    invocation_hint: *mut c_void
)