devela::_dep::pyo3::ffi

Function PyUnicode_Partition

pub unsafe extern "C" fn PyUnicode_Partition(
    s: *mut PyObject,
    sep: *mut PyObject,
) -> *mut PyObject
Available on crate features dep_pyo3 and std only.