[][src]Function gojsonnet_sys::jsonnet_json_extract_string

pub unsafe extern "C" fn jsonnet_json_extract_string(
    vm: *mut JsonnetVm,
    v: *const JsonnetJsonValue
) -> *const c_char

If the value is a string, return it as UTF8 otherwise return NULL.