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