[go: up one dir, main page]

pub unsafe extern "C" fn PyUnicode_Partition(
    s: *mut PyObject,
    sep: *mut PyObject
) -> *mut PyObject