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

Required features: "Win32_Foundation", "Win32_Security"