pub unsafe extern "C" fn g_bus_own_name_with_closures(
bus_type: GBusType,
name: *const c_char,
flags: GBusNameOwnerFlags,
bus_acquired_closure: *mut GClosure,
name_acquired_closure: *mut GClosure,
name_lost_closure: *mut GClosure,
) -> c_uint