pub unsafe extern "C" fn frida_rpc_client_call(
    self_: *mut FridaRpcClient,
    method: *const gchar,
    args: *mut *mut JsonNode,
    args_length: gint,
    cancellable: *mut GCancellable,
    callback: GAsyncReadyCallback,
    user_data: gpointer
)