Function windows::Win32::Storage::FileSystem::PrepareTape

pub unsafe fn PrepareTape<P0, P1>(
    hdevice: P0,
    dwoperation: PREPARE_TAPE_OPERATION,
    bimmediate: P1,
) -> u32
where P0: Param<HANDLE>, P1: Param<BOOL>,