Function windows::Win32::Storage::FileSystem::CreateFileFromAppW

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