ncprogbar_create

Function ncprogbar_create 

Source
pub unsafe extern "C" fn ncprogbar_create(
    n: *mut ncplane,
    opts: *const ncprogbar_options,
) -> *mut ncprogbar
Expand description

Takes ownership of the ncplane ā€˜n’, which will be destroyed by ncprogbar_destroy(). The progress bar is initially at 0%.