Function NIMS_WantUpdate

Source
pub unsafe extern "C" fn NIMS_WantUpdate(
    want_update: *mut bool,
) -> Result
Expand description

Checks if nim wants a system update.

ยงArguments

  • want_update - Set to true if a system update is required. Can be NULL.