#[unsafe(no_mangle)]pub unsafe extern "C" fn pamoja_smoother_reset(
smoother: *mut PamojaSmoother,
)Expand description
Clears a smoother back to its initial state.
ยงSafety
smoother must be a live handle from pamoja_smoother_new, or null.
#[unsafe(no_mangle)]pub unsafe extern "C" fn pamoja_smoother_reset(
smoother: *mut PamojaSmoother,
)Clears a smoother back to its initial state.
smoother must be a live handle from pamoja_smoother_new, or null.