Function dsSimulationLoop

Source
pub unsafe extern "C" fn dsSimulationLoop(
    argc: i32,
    argv: *mut *mut i8,
    window_width: i32,
    window_height: i32,
    fn_: *mut dsFunctions,
)