[][src]Type Definition pgx_pg_sys::explain_get_index_name_hook_type

type explain_get_index_name_hook_type = Option<unsafe extern "C" fn(indexId: Oid) -> *const c_char>;