Constant COMPLETE

Source
const COMPLETE: u32 = 0;
Expand description

Initialization has completed and all future calls should finish immediately. By choosing this state as the all-zero state the is_completed check can be a bit faster on some platforms.