pub unsafe extern "system" fn GetTapePosition(
    hdevice: HANDLE,
    dwpositiontype: TAPE_POSITION_TYPE,
    lpdwpartition: *mut u32,
    lpdwoffsetlow: *mut u32,
    lpdwoffsethigh: *mut u32
) -> u32
Expand description

Required features: "Win32_Storage_FileSystem", "Win32_Foundation"