Function windows::Win32::Storage::FileSystem::CreateFileW
pub unsafe fn CreateFileW<P0, P1>(
lpfilename: P0,
dwdesiredaccess: u32,
dwsharemode: FILE_SHARE_MODE,
lpsecurityattributes: Option<*const SECURITY_ATTRIBUTES>,
dwcreationdisposition: FILE_CREATION_DISPOSITION,
dwflagsandattributes: FILE_FLAGS_AND_ATTRIBUTES,
htemplatefile: P1,
) -> Result<HANDLE>where
P0: Param<PCWSTR>,
P1: Param<HANDLE>,