pub unsafe fn ObjectDeleteAuditAlarmW<P0, P1>(
    subsystemname: P0,
    handleid: *const c_void,
    generateonclose: P1
) -> BOOL
where P0: IntoParam<PCWSTR>, P1: IntoParam<BOOL>,