pub unsafe extern "system" fn CreateFileFromAppW(
    lpfilename: PCWSTR,
    dwdesiredaccess: u32,
    dwsharemode: u32,
    lpsecurityattributes: *const SECURITY_ATTRIBUTES,
    dwcreationdisposition: u32,
    dwflagsandattributes: u32,
    htemplatefile: HANDLE
) -> HANDLE
Expand description

Required features: "Win32_Storage_FileSystem", "Win32_Foundation", "Win32_Security"