pub unsafe extern "C" fn SteamNetworkingSockets_SetServiceThreadInitCallback(
    callback: Option<unsafe extern "C" fn()>,
)Expand description
Called from the service thread at initialization time. Use this to customize its priority / affinity, etc