Function PyModule_AddStringConstant
pub unsafe extern "C" fn PyModule_AddStringConstant(
module: *mut PyObject,
name: *const i8,
value: *const i8,
) -> i32 ⓘ
Available on crate features
dep_pyo3
and std
only.