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