pub unsafe extern "C" fn GetModelInfoValue(
    modelHandle: *mut ModelCalcerHandle,
    keyPtr: *const c_char,
    keySize: size_t
) -> *const c_char
Expand description

Get model metainfo for some key. Returns const char* pointer to inner string. If key is missing in model metainfo storage this method will return nullptr @param calcer model handle