pyo3_
ffi
0.22.2
pyo3_ffi
Type Alias
unaryfunc
Copy item path
Source
pub type unaryfunc = unsafe extern "C"
fn
(_:
*mut
PyObject
) ->
*mut
PyObject
;