Function windows_sys::Win32::Storage::FileSystem::CreateFileFromAppW

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