void custom_log( int level, ffi.Pointer<ffi.Char> tag, ffi.Pointer<ffi.Char> message, ) { return _custom_log(level, tag, message); }