pub unsafe extern "system" fn OpenFileById(
    hvolumehint: HANDLE,
    lpfileid: *const FILE_ID_DESCRIPTOR,
    dwdesiredaccess: u32,
    dwsharemode: FILE_SHARE_MODE,
    lpsecurityattributes: *const SECURITY_ATTRIBUTES,
    dwflagsandattributes: FILE_FLAGS_AND_ATTRIBUTES
) -> HANDLE
Expand description

Required features: "Win32_Foundation", "Win32_Security"