pub fn native_length(
    gas_params: &LengthGasParameters,
    _context: &mut NativeContext<'_, '_>,
    ty_args: Vec<Type>,
    args: VecDeque<Value>
) -> PartialVMResult<NativeResult>