pub unsafe extern "C" fn plugin_register_write(
    name: *const c_char,
    callback: plugin_write_cb,
    user_data: *mut user_data_t
) -> c_int