Function jbl_ptr_alloc

Source
pub unsafe extern "C" fn jbl_ptr_alloc(
    path: *const c_char,
    jpp: *mut JBL_PTR,
) -> iwrc
Expand description

@brief Parses rfc6901 JSON path. @note jpp structure should be disposed by free().

@param path JSON path string. Not zero. @param [out] jpp Holder for parsed path structure. Not zero.