pub unsafe fn CreateFileFromAppW<'a>(
lpfilename: impl IntoParam<'a, PWSTR>,
dwdesiredaccess: u32,
dwsharemode: u32,
lpsecurityattributes: *mut SECURITY_ATTRIBUTES,
dwcreationdisposition: u32,
dwflagsandattributes: u32,
htemplatefile: impl IntoParam<'a, HANDLE>,
) -> HANDLE