pub unsafe fn IsFileOnClusterSharedVolume<P0>(
    lpszpathname: P0,
    pbfileisonsharedvolume: *mut BOOL
) -> u32
where P0: IntoParam<PCWSTR>,