Function windows::Win32::Storage::FileSystem::CreateFile2FromAppW

pub unsafe fn CreateFile2FromAppW<P0>(
    lpfilename: P0,
    dwdesiredaccess: u32,
    dwsharemode: u32,
    dwcreationdisposition: u32,
    pcreateexparams: Option<*const CREATEFILE2_EXTENDED_PARAMETERS>,
) -> HANDLE
where P0: Param<PCWSTR>,