fy_parser_set_input_callback

Function fy_parser_set_input_callback 

Source
pub unsafe extern "C" fn fy_parser_set_input_callback(
    fyp: *mut fy_parser,
    user: *mut c_void,
    callback: Option<unsafe extern "C" fn(user: *mut c_void, buf: *mut c_void, count: usize) -> isize>,
) -> c_int