pub unsafe extern "C" fn cusparseSpruneDense2csrNnzByPercentage(
handle: cusparseHandle_t,
m: c_int,
n: c_int,
A: *const f32,
lda: c_int,
percentage: f32,
descrC: cusparseMatDescr_t,
csrRowPtrC: *mut c_int,
nnzTotalDevHostPtr: *mut c_int,
info: pruneInfo_t,
pBuffer: *mut c_void,
) -> cusparseStatus_t