Passing a v: &mut int to a function in a native module that expects a &mut c_int via a type cast v as &mut c_int yields an internal compiler error I hit this when rewriting math and am logging this here.