#[no_mangle]
pub extern "C" fn liq_attr_create_with_allocator(
    _unused: *mut c_void,
    free: unsafe extern "C" fn(_: *mut c_void)
) -> Option<Box<liq_attr>>
👎Deprecated: custom allocators are no longer supported