[][src]Type Definition swim_python3_sys::object::printfunc

type printfunc = unsafe extern "C" fn(arg1: *mut PyObject, arg2: *mut FILE, arg3: int) -> int;