libtcmalloc_sys/
extension.rs

1unsafe extern "C" {
2    pub fn NeedsProcessBackgroundActions() -> bool;
3
4    pub fn ProcessBackgroundActions();
5}