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