Function windows::Win32::Storage::FileSystem::CreateFile2
pub unsafe fn CreateFile2<P0>(
lpfilename: P0,
dwdesiredaccess: u32,
dwsharemode: FILE_SHARE_MODE,
dwcreationdisposition: FILE_CREATION_DISPOSITION,
pcreateexparams: Option<*const CREATEFILE2_EXTENDED_PARAMETERS>,
) -> Result<HANDLE>where
P0: Param<PCWSTR>,