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