Function CreateFileFromAppW
pub unsafe fn CreateFileFromAppW<P0>(
lpfilename: P0,
dwdesiredaccess: u32,
dwsharemode: u32,
lpsecurityattributes: Option<*const SECURITY_ATTRIBUTES>,
dwcreationdisposition: u32,
dwflagsandattributes: u32,
htemplatefile: Option<HANDLE>,
) -> HANDLEwhere
P0: Param<PCWSTR>,