pub unsafe fn OpenMutexW<P0, P1>(
    dwdesiredaccess: SYNCHRONIZATION_ACCESS_RIGHTS,
    binherithandle: P0,
    lpname: P1
) -> Result<HANDLE>
where P0: IntoParam<BOOL>, P1: IntoParam<PCWSTR>,