pub unsafe extern "C" fn msdfgen_generateMSDF_legacy(
    output: *const u8,
    shape: *const msdfgen_Shape,
    range: f64,
    scale: *const msdfgen_Vector2,
    translate: *const msdfgen_Vector2,
    errorCorrectionConfig: msdfgen_ErrorCorrectionConfig
)