pub fn initialize_runtime<F>(config: Config, modify_runtime: F) -> Result<()>where F: FnOnce(Runtime) -> Runtime,
Initializes the Javy runtime.