#[unsafe(no_mangle)]pub unsafe extern "C" fn pamoja_debounce_state(
debounce: *const PamojaDebounce,
) -> boolExpand description
Reports a debouncer’s settled state without feeding it a reading.
§Returns
The debounced state, or false if debounce is null.
§Safety
debounce must be a live handle from pamoja_debounce_new, or null.