pub unsafe extern "C" fn nn_model_resource_meta(
resource: *const NNModelResource,
) -> *const c_charExpand description
Returns the meta string for the resource.
@param resource pointer to a @ref NNModelResource retrieved from the model.
@returns A string with the meta parameter of the resource. @returns NULL if the resource or meta are NULL.
@public @memberof NNModelResource @since 2.4