[go: up one dir, main page]

pub unsafe extern "C" fn PyBytes_FromStringAndSize(
    arg1: *const i8,
    arg2: isize
) -> *mut PyObject