pub unsafe extern "C" fn notcurses_core_init(
opts: *const notcurses_options,
fp: *mut FILE,
) -> *mut notcursesExpand description
The same as notcurses_init(), but without any multimedia functionality, allowing for a svelter binary. Link with notcurses-core if this is used.