[][src]Macro pyo3::raw_pycfunction

macro_rules! raw_pycfunction {
    ($function_name: ident) => { ... };
}

Returns the function that is called in the C-FFI.

Use this together with #[pyfunction] and types::PyCFunction.