pub unsafe extern "C" fn ncprogbar_create(
n: *mut ncplane,
opts: *const ncprogbar_options,
) -> *mut ncprogbarExpand description
Takes ownership of the ncplane ānā, which will be destroyed by ncprogbar_destroy(). The progress bar is initially at 0%.