pub type pm_comment_callback_t = Option<unsafe extern "C" fn(comment: *const pm_comment_t, data: *mut c_void)>;Expand description
A callback function that can be used to process comments found while parsing.
Aliased Type§
pub enum pm_comment_callback_t {
None,
Some(unsafe extern "C" fn(*const pm_comment_t, *mut c_void)),
}