pub unsafe extern "C" fn FSUSER_CardSlotIsInserted(
    inserted: *mut bool
) -> Result
Expand description

Gets whether a card is inserted.

§Arguments

  • inserted - Pointer to output the insertion status to.