Function spa_json_str_object_find

Source
pub unsafe extern "C" fn spa_json_str_object_find(
    obj: *const c_char,
    obj_len: usize,
    key: *const c_char,
    value: *mut c_char,
    maxlen: usize,
) -> c_int