def capng_update(action: 'capng_act_t', type: 'capng_type_t', capability: 'unsigned int') -> "int": return _capng.capng_update(action, type, capability)
def capng_update(action, type, capability): return _capng.capng_update(action, type, capability)
def capng_update(*args): return _capng.capng_update(*args)