[−][src]Function nginx::UI_method_set_prompt_constructor
pub unsafe extern "C" fn UI_method_set_prompt_constructor(
method: *mut UI_METHOD,
prompt_constructor: Option<unsafe extern "C" fn(ui: *mut UI, object_desc: *const c_char, object_name: *const c_char) -> *mut c_char>
) -> c_int