Function nk_button_text_styled

Source
pub unsafe extern "C" fn nk_button_text_styled(
    arg1: *mut nk_context,
    arg2: *const nk_style_button,
    title: *const c_char,
    len: c_int,
) -> c_int