pub unsafe extern "system" fn CreateFile2FromAppW(
    lpfilename: PCWSTR,
    dwdesiredaccess: u32,
    dwsharemode: u32,
    dwcreationdisposition: u32,
    pcreateexparams: *const CREATEFILE2_EXTENDED_PARAMETERS
) -> HANDLE
Expand description

Required features: "Win32_Foundation", "Win32_Security"