[][src]Function spaik::nk::nk_make_room

pub unsafe extern "C" fn nk_make_room(nk: *mut Nuke, fit: size_t) -> *mut Nuke

Make room for more stuff in the Nuke.

@return The nuke, or NULL iff there was an error.

Note: You'll probably want to panic if this function returns NULL.