my $fct_close = new Win32::API( 'FTD2XX', 'FT_Close', 'P', 'I' );    unless( $fct_close ){        print("FT_Close not found!\n");        return 0;    }    my $status = $fct_close->Call( $handle );