Skip to main content

PyUnicode_DecodeFSDefault

Function PyUnicode_DecodeFSDefault 

pub unsafe extern "C" fn PyUnicode_DecodeFSDefault(
    s: *const i8,
) -> *mut PyObject
Available on crate feature tls only.