pub unsafe fn GetLongPathNameTransactedW<P0, P1>(
    lpszshortpath: P0,
    lpszlongpath: Option<&mut [u16]>,
    htransaction: P1,
) -> u32
where P0: Param<PCWSTR>, P1: Param<HANDLE>,