@imported def log(no: i32) -> None: pass @exported def mult_and_log(a: i32, b: i32) -> None: return log(a * b)