Function windows::Win32::Storage::FileSystem::EraseTape

pub unsafe fn EraseTape<P0, P1>(
    hdevice: P0,
    dwerasetype: ERASE_TAPE_TYPE,
    bimmediate: P1,
) -> u32
where P0: Param<HANDLE>, P1: Param<BOOL>,