#[no_mangle]
pub extern "C" fn meshlite_bmesh_set_deform_width(
    context: *mut RustContext,
    bmesh_id: c_int,
    width: c_float
) -> c_int