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