pub unsafe extern "C" fn Py_SetStandardStreamEncoding(
    encoding: *const c_char,
    errors: *const c_char
) -> c_int