Function windows::Win32::Storage::FileSystem::CreateTapePartition

pub unsafe fn CreateTapePartition<P0>(
    hdevice: P0,
    dwpartitionmethod: CREATE_TAPE_PARTITION_METHOD,
    dwcount: u32,
    dwsize: u32,
) -> u32
where P0: Param<HANDLE>,