pub unsafe extern "C" fn yr_scanner_set_callback(
    scanner: *mut YR_SCANNER,
    callback: YR_CALLBACK_FUNC,
    user_data: *mut c_void
)