pub unsafe extern "C" fn FSPXI_CardSlotIsInserted(
    serviceHandle: Handle,
    inserted: *mut bool
) -> Result
Expand description

Gets whether a card is inserted.

§Arguments

  • inserted - Pointer to output the insertion status to.