pub unsafe extern "C" fn find_next_zero_bit(
    addr: *const c_ulong,
    size: c_ulong,
    offset: c_ulong
) -> c_ulong
Expand description

find_next_zero_bit - find the next cleared bit in a memory region @addr: The address to base the search on @offset: The bitnumber to start searching at @size: The bitmap size in bits