1 2 3 4 5 6
r##"# [ unsafe ( no_mangle ) ] pub extern "C" fn TestFuture_call_fn ( f : CFnOncei32 , ) -> ( ) { let mut f = | x | { ; f . cb ( x , f . ctx ) ; } ; let mut ret : ( ) = { f ( 5 ) ; } ; ret }"##;