Type Definition jsonnet_sys::JsonnetNativeCallback [] [src]

type JsonnetNativeCallback = extern "C" fn(_: *mut c_void, _: *const *const JsonnetJsonValue, _: *mut c_int) -> *mut JsonnetJsonValue;