[][src]Function wpilib_sys::bindings::HAL_BaseInitialize

pub unsafe extern "C" fn HAL_BaseInitialize(status: *mut i32)

The base HAL initialize function. Useful if you need to ensure the DS and base HAL functions (the ones above this declaration in HAL.h) are properly initialized. For normal programs and executables, please use HAL_Initialize.

This is mainly expected to be use from libraries that are expected to be used from LabVIEW, as it handles its own initialization for objects.