python27_sys

Function PyArg_Parse

Source
pub unsafe extern "C" fn PyArg_Parse(
    args: *mut PyObject,
    format: *const c_char,
    ...
) -> c_int