pm_comment_location

Function pm_comment_location 

Source
pub unsafe extern "C" fn pm_comment_location(
    comment: *const pm_comment_t,
) -> pm_location_t
Expand description

Returns the location associated with the given comment.

@param comment the comment whose location we want to get @returns the location associated with the given comment