Function llg_new_constraint
#[unsafe(no_mangle)]pub extern "C" fn llg_new_constraint(
init: &LlgConstraintInit,
llguidance: *const i8,
) -> *mut LlgConstraintExpand description
Create a new constraint from a grammar JSON string Always returns a non-null value. Call llg_get_error() on the result to check for errors.