Function UI_method_set_flusher

Source
pub unsafe extern "C" fn UI_method_set_flusher(
    method: *mut ui_method_st,
    flusher: Option<unsafe extern "C" fn(_: *mut ui_st) -> i32>,
) -> i32