pub unsafe extern "C" fn HAL_StopNotifier(
    notifierHandle: HAL_NotifierHandle,
    status: *mut i32
)
Expand description

Stops a notifier from running.

This will cause any call into HAL_WaitForNotifierAlarm to return.

@param notifierHandle the notifier handle