pub unsafe extern "C" fn m3_NewRuntime(
    io_environment: IM3Environment,
    i_stackSizeInBytes: u32,
    i_userdata: *mut c_void
) -> IM3Runtime