pub unsafe extern "C" fn PyUnicode_FindChar(
    str: *mut PyObject,
    ch: u32,
    start: isize,
    end: isize,
    direction: i32
) -> isize