pub unsafe fn FindFirstVolumeMountPointW<P0>(
    lpszrootpathname: P0,
    lpszvolumemountpoint: &mut [u16],
) -> Result<HANDLE>
where P0: Param<PCWSTR>,