Type Definition pgrx_pg_sys::MemoryStatsPrintFunc
source · pub type MemoryStatsPrintFunc = Option<unsafe extern "C" fn(context: MemoryContext, passthru: *mut c_void, stats_string: *const c_char, print_to_stderr: bool)>;
pub type MemoryStatsPrintFunc = Option<unsafe extern "C" fn(context: MemoryContext, passthru: *mut c_void, stats_string: *const c_char, print_to_stderr: bool)>;