#[unsafe(no_mangle)]pub unsafe extern "C" fn pamoja_ladder_buffered(
ladder: *mut PamojaLadder,
out_count: *mut usize,
) -> PamojaStatusExpand description
Reports how many messages are waiting in the buffer.
§Arguments
ladder- the ladder.out_count- receives the count.
§Returns
PamojaStatus::Ok on success.
§Safety
ladder must be a live handle and out_count must be writable.