#[unsafe(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>>