Function windows::Win32::Storage::FileSystem::SetTapeParameters

pub unsafe fn SetTapeParameters<P0>(
    hdevice: P0,
    dwoperation: TAPE_INFORMATION_TYPE,
    lptapeinformation: *const c_void,
) -> u32
where P0: Param<HANDLE>,