pub unsafe fn PrepareTape<'a, Param0, Param2>(
    hdevice: Param0,
    dwoperation: PREPARE_TAPE_OPERATION,
    bimmediate: Param2
) -> u32 where
    Param0: IntoParam<'a, HANDLE>,
    Param2: IntoParam<'a, BOOL>, 
Expand description

Required features: ‘Win32_Storage_FileSystem’, ‘Win32_Foundation’