pub unsafe extern "C" fn YASL_isuserptr(S: *mut YASL_State) -> bool
Expand description

[-0, +0] checks if the top of the stack is userpointer. @param S the YASL_State. @return true if the top of the stack is userpointer, else false.