pub unsafe fn AvSetMmMaxThreadCharacteristicsW<P0, P1>(
    firsttask: P0,
    secondtask: P1,
    taskindex: *mut u32
) -> Result<HANDLE>
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,