pub unsafe extern "C" fn ncreel_create(
n: *mut ncplane,
popts: *const ncreel_options,
) -> *mut ncreelExpand description
Take over the ncplane ‘nc’ and use it to draw a reel according to ‘popts’. The plane will be destroyed by ncreel_destroy(); this transfers ownership.