devela::_dep::pyo3::ffi

Function PyBytes_FromStringAndSize

pub unsafe extern "C" fn PyBytes_FromStringAndSize(
    arg1: *const i8,
    arg2: isize,
) -> *mut PyObject
Available on crate features dep_pyo3 and std only.