Function windows::Win32::Storage::FileSystem::OpenFileById

pub unsafe fn OpenFileById<P0>(
    hvolumehint: P0,
    lpfileid: *const FILE_ID_DESCRIPTOR,
    dwdesiredaccess: u32,
    dwsharemode: FILE_SHARE_MODE,
    lpsecurityattributes: Option<*const SECURITY_ATTRIBUTES>,
    dwflagsandattributes: FILE_FLAGS_AND_ATTRIBUTES,
) -> Result<HANDLE>
where P0: Param<HANDLE>,