[][src]Function zsplg::ffi::zsplg_get_str

#[no_mangle]
pub unsafe extern "C" fn zsplg_get_str(w: Object) -> *const c_char

Needed to access the error string returned by zsplg_error_to_str or zsplg_new_str

Safety

The returned pointer should never outlive the given input object.